home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man.swf / scripts / DefineButton2_88 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  163 b   |  12 lines

  1. on(press){
  2.    tellTarget("../../")
  3.    {
  4.       stop();
  5.    }
  6.    tellTarget("")
  7.    {
  8.       gotoAndPlay(2);
  9.    }
  10.    startDrag("","0","0","-88","0","88");
  11. }
  12.